projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52b1821
)
* keyboard.c (make_lispy_movement): Deal properly with mouse
author
Jim Blandy
<jimb@redhat.com>
Sun, 23 May 1993 19:52:07 +0000
(19:52 +0000)
committer
Jim Blandy
<jimb@redhat.com>
Sun, 23 May 1993 19:52:07 +0000
(19:52 +0000)
motion outside of all windows.
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 8ccc65139858f4ad2799924f610d4bed28648f21..327713942fb29b25a4bbe004477fba7fead79de7 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-2354,6
+2354,8
@@
make_lispy_movement (frame, bar_window, part, x, y, time)
{
window = Qnil;
posn = Qnil;
+ XFASTINT (x) = 0;
+ XFASTINT (y) = 0;
}
return Fcons (Qmouse_movement,